[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 67h,  51h  REALLOCATE PAGES                                      . 4.0

On entry:
        AH = 51h
        DX = handle
        BX = number of pages to be allocated to handle

Return:
        BX = actual number of pages allocated to handle
        AH = status
            00h successful
            80h internal error
            81h hardware malfunction
            83h invalid handle
            84h undefined function requested
            87h more pages requested than present in system
            88h more pages requested than currently available

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson